Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: enable Gradle build cache #1093

Merged

Conversation

edgarvonk
Copy link
Member

@edgarvonk edgarvonk commented May 13, 2024

Enable Gradle build cache for faster development speed when working locally (especially when switching branches) and minor improvements to our build scripts.

Solves PZ-2480

Copy link
Contributor

github-actions bot commented May 13, 2024

integration-test-results

14 files  ±0  14 suites  ±0   19s ⏱️ -1s
49 tests ±0  49 ✅ ±0  0 💤 ±0  0 ❌ ±0 
56 runs  ±0  56 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit eed5091. ± Comparison against base commit 2aa000b.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented May 13, 2024

unit-test-results

 31 files  ±0   54 suites  ±0   1m 33s ⏱️ ±0s
173 tests ±0  172 ✅ ±0  1 💤 ±0  0 ❌ ±0 
210 runs  ±0  208 ✅ ±0  2 💤 ±0  0 ❌ ±0 

Results for commit eed5091. ± Comparison against base commit 2aa000b.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented May 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 18.81%. Comparing base (2aa000b) to head (eed5091).

Additional details and impacted files
@@              Coverage Diff              @@
##               main    #1093       +/-   ##
=============================================
- Coverage     40.18%   18.81%   -21.37%     
+ Complexity     2214      697     -1517     
=============================================
  Files           913      913               
  Lines         18308    18308               
  Branches       1267     1267               
=============================================
- Hits           7357     3445     -3912     
- Misses        10502    14707     +4205     
+ Partials        449      156      -293     
Flag Coverage Δ
integrationtests ?
unittests 18.81% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@edgarvonk edgarvonk changed the title chore: cache frontend build artefacts in GitHub workflow chore: enable Gradle build cache May 14, 2024
@edgarvonk edgarvonk marked this pull request as ready for review May 14, 2024 07:20
@edgarvonk edgarvonk requested review from felixcicatt and a team as code owners May 14, 2024 07:20
@edgarvonk edgarvonk force-pushed the feature/PZ-2480-cache-frontend-build-artefacts-for-unit-tests branch from 3ee15cc to eed5091 Compare May 14, 2024 07:21
@edgarvonk edgarvonk enabled auto-merge May 14, 2024 07:21
@edgarvonk edgarvonk requested a review from hsiliev May 14, 2024 09:07
@edgarvonk edgarvonk added this pull request to the merge queue May 14, 2024
Merged via the queue into main with commit 11259df May 14, 2024
21 of 22 checks passed
@edgarvonk edgarvonk deleted the feature/PZ-2480-cache-frontend-build-artefacts-for-unit-tests branch May 14, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants